View Javadoc

1   
2   package org.opensciencegrid.authz.saml;
3   
4   
5   /***
6    *  Constants for OSG SAML Extensions
7    *
8    * @author     Markus Lorch
9    * @created    January 6, 2005
10   */
11  public class OSGXML
12  {
13  
14      /***  Namespace for OSG SAML Extensions  */
15      public final static String SAML_EXT_NS = "opensciencegrid:authorization:saml";
16  }